home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / mpega_libmad / mad / config.h < prev    next >
C/C++ Source or Header  |  2004-08-03  |  3KB  |  100 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3. /*
  4.  * libmad - MPEG audio decoder library
  5.  * Copyright (C) 2000-2001 Robert Leslie
  6.  *
  7.  * This program is free software; you can redistribute it and/or modify
  8.  * it under the terms of the GNU General Public License as published by
  9.  * the Free Software Foundation; either version 2 of the License, or
  10.  * (at your option) any later version.
  11.  *
  12.  * This program is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  * GNU General Public License for more details.
  16.  *
  17.  * You should have received a copy of the GNU General Public License
  18.  * along with this program; if not, write to the Free Software
  19.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  20.  *
  21.  * $Id: config.h.in,v 1.32 2001/10/18 08:34:44 rob Exp $
  22.  */
  23.  
  24. # ifndef LIBMAD_CONFIG_H
  25. # define LIBMAD_CONFIG_H
  26.  
  27. /*****************************************************************************
  28.  * Definitions selected automatically by `configure'                         *
  29.  *****************************************************************************/
  30.  
  31. /* Define to empty if the keyword does not work.  */
  32. /* #undef const */
  33.  
  34. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  35. #define HAVE_SYS_WAIT_H 1
  36.  
  37. /* Define as __inline if that's what the C compiler calls it.  */
  38. /* #undef inline */
  39.  
  40. /* Define to `int' if <sys/types.h> doesn't define.  */
  41. /* #undef pid_t */
  42.  
  43. /* Define if you have the ANSI C header files.  */
  44. #define STDC_HEADERS 1
  45.  
  46. /* Define to optimize for speed over accuracy. */
  47. /* #undef OPT_SPEED */
  48.  
  49. /* Define to optimize for accuracy over speed. */
  50. /* #undef OPT_ACCURACY */
  51.  
  52. /* Define to enable a fast subband synthesis approximation optimization. */
  53. /* #undef OPT_SSO */
  54.  
  55. /* Define to influence a strict interpretation of the ISO/IEC standards,
  56.    even if this is in opposition with best accepted practices. */
  57. /* #undef OPT_STRICT */
  58.  
  59. /* Define if your MIPS CPU supports a 2-operand MADD instruction. */
  60. /* #undef HAVE_MADD_ASM */
  61.  
  62. /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
  63. /* #undef HAVE_MADD16_ASM */
  64.  
  65. /* Define to enable diagnostic debugging support. */
  66. /* #undef DEBUG */
  67.  
  68. /* Define to disable debugging assertions. */
  69. #define NDEBUG 1
  70.  
  71. /* Define to enable experimental code. */
  72. /* #undef EXPERIMENTAL */
  73.  
  74. /* The number of bytes in a int.  */
  75. #define SIZEOF_INT 4
  76.  
  77. /* The number of bytes in a long.  */
  78. #define SIZEOF_LONG 4
  79.  
  80. /* The number of bytes in a long long.  */
  81. #define SIZEOF_LONG_LONG 8
  82.  
  83. /* Define if you have the <limits.h> header file.  */
  84. #define HAVE_LIMITS_H 1
  85.  
  86. /* Define if you have the <unistd.h> header file.  */
  87. #define HAVE_UNISTD_H 1
  88.  
  89. /* Name of package */
  90. #define PACKAGE "libmad"
  91.  
  92. /* Version number of package */
  93. #define VERSION "0.15.0b"
  94.  
  95. /*****************************************************************************
  96.  * End of automatically configured definitions                               *
  97.  *****************************************************************************/
  98.  
  99. # endif
  100.